Merge pull request #806 from dsander/fix-class-reloading

requiring twitter_stream in threaded worker fixes ArgumentError

Dominik Sander 10 years ago
parent
commit
fb7e173563
1 changed files with 1 additions and 0 deletions
  1. 1 0
      bin/threaded.rb

+ 1 - 0
bin/threaded.rb

@@ -1,5 +1,6 @@
1 1
 require 'thread'
2 2
 require 'huginn_scheduler'
3
+require 'twitter_stream'
3 4
 
4 5
 STDOUT.sync = true
5 6
 STDERR.sync = true